{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# CS240: Computer Organization\n", "\n", "## Blank, Fall 2015\n", "\n", "### Assignment #6: Digital Logic Structures\n", "\n", "This assignment is designed to:\n", "\n", "* Understand transistors\n", "* Get familiar with schematic diagrams of logic and circuits\n", "* Thinking about implementation of logic units\n", "* Understand and, or, decoders, muxes, finite state machines, adders, registers and memory\n", "\n", "**Assignment**\n", "\n", "Do the following 10 exercises: 3.1, 3.2, 3.4, 3.5, 3.7, 3.9, 3.23, 3.28, 3.34, and 3.41.\n", "\n", "Due: Monday Noveber 9th, 2015 in class. \n", "\n", "Grading criteria:\n", "\n", "* Correctness of answer: 75%\n", "* Explanation: 25%\n", "\n" ] } ], "metadata": { "kernelspec": { "display_name": "Calysto LC3", "language": "gas", "name": "calysto_lc3" }, "language_info": { "codemirror_mode": { "name": "gas", "version": 3 }, "file_extension": ".asm", "mimetype": "text/x-gas", "name": "gas" } }, "nbformat": 4, "nbformat_minor": 0 }